home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWToolbx / Include / FWToolBx.h < prev    next >
Encoding:
Text File  |  1996-08-16  |  973 b   |  61 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWToolBx.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWTOOLBX_H
  11. #define FWTOOLBX_H
  12.  
  13. #ifndef FWALTDEF_H
  14. #include "FWAltDef.h"
  15. #endif
  16.  
  17. #ifndef FWALERT_H
  18. #include "FWAlert.h"
  19. #endif
  20.  
  21. #ifndef SLWINDOW_H
  22. #include "SLWindow.h"
  23. #endif
  24.  
  25. #ifndef SLMACOS_H
  26. #include "SLMacOS.h"
  27. #endif
  28.  
  29. #ifndef FWWINDOW_K
  30. #include "FWWindow.k"
  31. #endif
  32.  
  33. #ifndef FWCURSOR_K
  34. #include "FWCursor.k"
  35. #endif
  36.  
  37. #ifndef SLMIXOS_H
  38. #include "SLMixOS.h"
  39. #endif
  40.  
  41. #ifndef FWCURSOR_H
  42. #include "FWCursor.h"
  43. #endif
  44.  
  45. #if FW_PRECOMPILE_PRIVATE_HEADERS
  46.  
  47. #ifndef PRCURSOR_H
  48. #include "PRCursor.h"
  49. #endif
  50.  
  51. #ifndef PRWINPRO_H
  52. #include "PRWinPro.h"
  53. #endif
  54.  
  55. #ifndef PRALERT_H
  56. #include "PRAlert.h"
  57. #endif
  58.  
  59. #endif // FW_PRECOMPILE_PRIVATE_HEADERS
  60.  
  61. #endif